debian/patches/: removed since no more useful
authorMatteo F. Vescovi <mfv.debian@gmail.com>
Thu, 9 Feb 2012 16:28:41 +0000 (17:28 +0100)
committerMatteo F. Vescovi <mfv.debian@gmail.com>
Thu, 9 Feb 2012 16:28:41 +0000 (17:28 +0100)
debian/patches/0001-Fix_FTBFS_previously_corrected_by_NMU.patch [deleted file]
debian/patches/series [deleted file]

diff --git a/debian/patches/0001-Fix_FTBFS_previously_corrected_by_NMU.patch b/debian/patches/0001-Fix_FTBFS_previously_corrected_by_NMU.patch
deleted file mode 100644 (file)
index f008b76..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-From: "Matteo F. Vescovi" <mfv.debian@gmail.com>
-Date: Tue, 7 Feb 2012 14:23:57 +0100
-Subject: Fix_FTFS_previously_corrected_by_NMU
-
-Fix "FTBFS: babl-model.c:49:7:
-error: format not a string literal and
-no format arguments [-Werror=format-security]"
-
-Closes: #643356
-Thanks: Bart Martens
-Git-Dch: Short
----
- babl/babl-model.c |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/babl/babl-model.c b/babl/babl-model.c
-index 5fd4908..16a99b2 100644
---- a/babl/babl-model.c
-+++ b/babl/babl-model.c
-@@ -46,7 +46,7 @@ create_name (const char     *name,
-     return name;
-   while (components--)
-     {
--      sprintf (p, (*component)->instance.name);
-+      sprintf (p, "%s", (*component)->instance.name);
-       p += strlen ((*component)->instance.name);
-       component++;
-     }
--- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644 (file)
index c87805b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-0001-Fix_FTBFS_previously_corrected_by_NMU.patch